projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61c7ad
)
Fix mistake in reverting defaults
author
justbur
<justin@burkett.cc>
Fri, 20 Nov 2015 11:34:01 +0000
(06:34 -0500)
committer
justbur
<justin@burkett.cc>
Fri, 20 Nov 2015 11:35:49 +0000
(06:35 -0500)
Ref
9dd0ceaaabe6b4ac5f3268747b6103fb04d65e5f
Accidentally changed the side window location instead of the show-prefix
one.
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 18b277ecda1abfd80e918629eb146f159f0afa8d..0c7860e15135305d3ea9facf55c964d385a16b3f 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-139,7
+139,7
@@
and have `which-key-special-key-face' applied to them."
:group 'which-key
:type 'string)
-(defcustom which-key-show-prefix '
bottom
+(defcustom which-key-show-prefix '
echo
"Whether to and where to display the current prefix sequence.
Possible choices are echo for echo area (the default), left, top
and nil. Nil turns the feature off."